翻訳と辞書
Words near each other
・ Bird Woman Falls
・ Bird York (album)
・ Bird's Custard
・ Bird's eye chili
・ Bird's eye figure
・ Bird's eye maple (mineral property)
・ Bird's Eye View
・ Bird in a House
・ Bird in a Silver Cage
・ Bird in Flight
・ Bird in Hand winery
・ Bird in Space
・ Bird in the Tangle
・ Bird Innovator
・ Bird intelligence
Bird Internet routing daemon
・ Bird Is Free
・ Bird Island
・ Bird Island (Juneau, Alaska)
・ Bird Island (Marin County, California)
・ Bird Island (Massachusetts)
・ Bird Island (Namibia)
・ Bird Island (Prime Seal Group)
・ Bird Island (Tasmania)
・ Bird Island (Western Australia)
・ Bird Island Airport
・ Bird Island Light
・ Bird Island Nature Reserve
・ Bird Island Nature Reserve (South Africa)
・ Bird Island Township, Renville County, Minnesota


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bird Internet routing daemon : ウィキペディア英語版
Bird Internet routing daemon

BIRD is an open source implementation of a Internet protocol suite routing daemon for Unix like systems. Developed as a school project at the Faculty of Mathematics and Physics, Charles University, Prague, with major contributions from developers Martin Mares, Pavel Machek and Ondrej Filip. It is distributed under the GNU General Public License.
BIRD supports IPv4 or IPv6 (as separate daemons〔(【引用サイトリンク】url=https://gitlab.labs.nic.cz/labs/bird/wikis/FAQ )〕), multiple routing tables,〔(【引用サイトリンク】title=Network lab: site to site VPN )〕 and BGP, RIP and OSPF routing protocols, as well as statically defined routes. Its design differs significantly from the better known routing daemons, GNU Zebra and Quagga. Currently BIRD is included in many Linux distributions like Debian,〔(Debian - Details of package bird in squeeze ). Packages.debian.org. Retrieved on 2014-05-30.〕 Ubuntu〔http://packages.ubuntu.com/hardy/bird〕 and Fedora.〔(bird | Package Info | koji ). Koji.fedoraproject.org. Retrieved on 2014-05-30.〕
BIRD is used in several Internet exchanges (for example LINX, LONAP, DE-CIX〔(【引用サイトリンク】 DE-CIX news )〕 and MSK-IX) as a route server, where it replaced Quagga because of its scalability issues. According to 2012 Euro-IX survey, BIRD is the most used route server amongst European Internet exchanges.
In 2010, CZ.NIC (as the current sponsor of BIRD development) received the LINX Conspicuous Contribution Award for contribution of BIRD to the advancement in route server technology.
== Design ==

BIRD implements an internal routing table to which the supported protocols connect. Most of these protocols import network routes to this internal routing table and also export network routes from this internal routing table to the given protocol. This way information about network routes is exchanged among different routing protocols.
Using the kernel protocol this internal routing table may be connected to the actual kernel routing table. This allows BIRD to export network routes from its internal routing table to the kernel routing table and optionally also learn about network routes from the kernel routing table (created externally by the administrator or by other means) and import these routes into its internal routing table.
Filters may be used to control what network routes are imported into the internal routing table or exported to the given protocol. Network routes may be accepted, rejected or modified using filters.
BIRD also supports multiple internal routing tables and multiple instances of supported protocol types. Protocols may be connected to different internal routing tables, these internal routing tables may exchange information about network routes they contain (controlled by filters) and each of these internal routing tables may be connected to a different kernel routing table thus allowing for policy routing.
Configuration is done by editing the configuration file and telling BIRD to reconfigure itself. BIRD changes to the new configuration without the need to restart the daemon itself and restarts reconfigured protocols only if necessary. There is also an option to do a soft reconfiguration, which doesn't restart protocols but may leave some stale information such as changed filters not filtering out already exported network routes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bird Internet routing daemon」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.